home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / fredfish / 1092.lha / Programs / ErrorMsg / Install / InstallErrorCom next >
Text File  |  1994-12-22  |  1KB  |  47 lines

  1. echo "Welcome to the ErrorCom installation script.*N"
  2.  
  3. version >NIL: exec.library 37
  4. IF WARN
  5. echo "You need Kickstart 2.04 to use ErrorCom, sorry !"
  6. skip Exit
  7. ENDIF
  8.  
  9. echo "*NDo you want to copy "
  10. echo "ErrorCom 2.00"
  11. echo "into your SYS:Utilities/Commodities directory (this is absolutely"
  12. ask "not required for it to run, but it is a convenient place) ?"
  13.  
  14. IF WARN
  15. echo "*NCopying..." NOLINE
  16. copy /ErrorCom/ErrorCom to SYS:Utilities/Commodities/ErrorCom
  17. echo "Done."
  18. ENDIF
  19.  
  20. echo "*NFor ErrorCom to operate in your language, I must copy"
  21. echo "a catalog file to your system disk for each language supported"
  22. echo "(except for english, which is the builtin language).*N"
  23. echo "If you prefer, you may copy the Catalogs directory to"
  24. echo "the same directory as the ErrorCom program itself,"
  25. echo "but you will have to do it yourself in this case.*N"
  26.  
  27. ask "Copy the french (français) catalog file ?"
  28. IF WARN
  29. echo "*NCopying..." NOLINE
  30. copy /ErrorCom/Catalogs/Français/errorcom.catalog to LOCALE:Catalogs/Français/errorcom.catalog
  31. echo "Done."
  32. ENDIF
  33.  
  34. echo "*NDo you want to copy "
  35. echo "WhatError 1.04"
  36. ask "into your C: directory ?"
  37. IF WARN
  38. echo "*NCopying..." NOLINE
  39. copy /WhatError/WhatError to C:
  40. echo "Done."
  41. ENDIF
  42.  
  43. echo "*NAll done."
  44.  
  45. Lab Exit
  46. Quit
  47.